home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / internet / javaedit.zip / JAVAEDIT.EXE / 0 / RCDATA / TDLGABOUT / TDLGABOUT.txt
Text File  |  1996-05-19  |  2KB  |  111 lines

  1. object dlgAbout: TdlgAbout
  2.   Left = 245
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'About Dick Chase'#39's Java Editor'
  6.   ClientHeight = 194
  7.   ClientWidth = 313
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 297
  20.     Height = 145
  21.     Shape = bsFrame
  22.   end
  23.   object lblTitle: TLabel
  24.     Left = 56
  25.     Top = 18
  26.     Width = 209
  27.     Height = 20
  28.     Caption = 'Dick Chase'#39's Java Editor'
  29.     Font.Color = clBlack
  30.     Font.Height = -16
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = [fsBold, fsItalic]
  33.     ParentFont = False
  34.   end
  35.   object lblCopyright: TLabel
  36.     Left = 40
  37.     Top = 64
  38.     Width = 242
  39.     Height = 16
  40.     Caption = 'Copyright ∩┐╜ 1996, Richard L. Chase'
  41.     Font.Color = clBlack
  42.     Font.Height = -13
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = [fsBold]
  45.     ParentFont = False
  46.   end
  47.   object lblRights: TLabel
  48.     Left = 40
  49.     Top = 80
  50.     Width = 131
  51.     Height = 16
  52.     Caption = 'All rights reserved.'
  53.     Font.Color = clBlack
  54.     Font.Height = -13
  55.     Font.Name = 'MS Sans Serif'
  56.     Font.Style = [fsBold]
  57.     ParentFont = False
  58.   end
  59.   object lblSupport: TLabel
  60.     Left = 16
  61.     Top = 112
  62.     Width = 281
  63.     Height = 32
  64.     Alignment = taCenter
  65.     Caption = 'Send questions or comments to dchase@tiac.net'
  66.     Font.Color = clBlack
  67.     Font.Height = -13
  68.     Font.Name = 'MS Sans Serif'
  69.     Font.Style = []
  70.     ParentFont = False
  71.     WordWrap = True
  72.   end
  73.   object lblVersion: TLabel
  74.     Left = 60
  75.     Top = 37
  76.     Width = 73
  77.     Height = 16
  78.     Caption = 'Version 1.00'
  79.     Font.Color = clBlack
  80.     Font.Height = -13
  81.     Font.Name = 'MS Sans Serif'
  82.     Font.Style = []
  83.     ParentFont = False
  84.   end
  85.   object cmdOK: TButton
  86.     Left = 119
  87.     Top = 164
  88.     Width = 75
  89.     Height = 25
  90.     Caption = 'OK'
  91.     Default = True
  92.     ModalResult = 1
  93.     TabOrder = 0
  94.   end
  95.   object Panel1: TPanel
  96.     Left = 18
  97.     Top = 20
  98.     Width = 33
  99.     Height = 33
  100.     TabOrder = 1
  101.     object imgIcon: TImage
  102.       Left = 1
  103.       Top = 1
  104.       Width = 31
  105.       Height = 31
  106.       Align = alClient
  107.       AutoSize = True
  108.     end
  109.   end
  110. end
  111.